home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / nutshsrc.arc / MAKEFILE next >
Encoding:
Text File  |  1990-03-20  |  243 b   |  10 lines

  1. nutshell.prg: nutshell.o makefile
  2.     cc -LS=1024 -o nutshell.prg nutshell.o -lstd -ltos -lgem
  3.  
  4. nutshell.acc: nutshell.prg
  5.     cp -of nutshell.prg nutshell.acc
  6.  
  7. install: nutshell.acc
  8.     cp -of nutshell.acc d:/
  9.     cp -of nutshell.prg d:/intercom/uniterm
  10.